Mule : WebSphere MQ Integration
This page last changed on May 31, 2006 by tcarlson.
To configure a WebSphere MQ Jms connector for Mule you will need to do the following -
Set up the Connection FactoryUnder WAS Admin Console > Set the following properties -
Mule ConfigurationAdd the following connector configuration - <connector name="jmsConnector" className="org.mule.providers.jms.JmsConnector"> <properties> <property name="specification" value="1.1"/> <property name="jndiInitialFactory" value="com.ibm.websphere.naming.WsnInitialContextFactory"/> <property name="connectionFactoryJndiName" value="jms/ConnectionFactory"/> </properties> </connector> Note that WebSphere MQ v5.3 requires at least Fix Pack 6 (CSD06) applied for JMS 1.1 support. Earlier levels must set the specification property to 1.0.2b. You will also need the following IBM Websphere jars on your classpath:
|
Document generated by Confluence on Nov 27, 2006 10:27 |